From 661542ccea84bab5ff2f4716232386ca8872d791 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 22 Dec 2003 00:37:04 +0000 Subject: [PATCH] Fix building with --disable-modules --with-included-loaders, create an Mon Dec 22 01:35:36 2003 Matthias Clasen * Makefile.am (gdk-pixbuf.loaders): Fix building with --disable-modules --with-included-loaders, create an empty gdk-pixbuf.loaders file. (#124496, Arno Charlet, fix proposed by Owen Taylor) --- gdk-pixbuf/ChangeLog | 9 ++++++++- gdk-pixbuf/Makefile.am | 7 ++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index f9ff08314e..b24edaabe0 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,8 +1,15 @@ +Mon Dec 22 01:35:36 2003 Matthias Clasen + + * Makefile.am (gdk-pixbuf.loaders): Fix building with + --disable-modules --with-included-loaders, create an + empty gdk-pixbuf.loaders file. (#124496, Arno Charlet, fix + proposed by Owen Taylor) + Thu Dec 11 01:57:05 2003 Matthias Clasen * gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): Move the documentation for signals inline, to get proper parameter - documentation. (#128977) + documentation. (#128977) Sat Nov 15 00:26:19 2003 Matthias Clasen diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 1666a26102..9b1d5b512f 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -451,6 +451,7 @@ else all-local: gdk-pixbuf.loaders endif +if BUILD_DYNAMIC_MODULES gdk-pixbuf.loaders: $(loader_LTLIBRARIES) gdk-pixbuf-query-loaders LOADERS=`echo libpixbufloader-*.la` ; \ if test "x$$LOADERS" != 'xlibpixbufloader-*.la' ; then \ @@ -460,4 +461,8 @@ gdk-pixbuf.loaders: $(loader_LTLIBRARIES) gdk-pixbuf-query-loaders echo "No dynamic modules found; will use only static modules for uninstalled example programs."; \ touch gdk-pixbuf.loaders; \ fi - +else +gdk-pixbuf.loaders: + echo "No dynamic modules found; will use only static modules for uninstalled example programs."; \ + touch gdk-pixbuf.loaders; +endif -- 2.30.2